home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / ws_ping / ws_read.me < prev    next >
Encoding:
Text File  |  1993-10-03  |  1.7 KB  |  38 lines

  1.   Windows Sockets PING Client Application Release 1 Version 93.10.03
  2.  
  3.   Written by:
  4.       John A. Junod             Internet: <junodj@gordon-emh2.army.mil>
  5.       267 Hillwood Street                 <zj8549@trotter.usma.edu>
  6.       Martinez, GA 30907      Compuserve: 72321,366 
  7.  
  8.   This program executable and all source code is released into the public
  9.   domain.  You may use this code for any purpose but please give me a little
  10.   credit for any use of this code.  The primary purpose of this application 
  11.   was to learn what it takes to write a Windows Sockets Application.
  12.  
  13.   My development and testing was all completed at home on two 386 PC's using
  14.   the Trumpet Windows Sockets DLL Alpha 15 with NCSA Telnet and WinQVT/Net 2.6
  15.   and 3.9 as the remote host.  Source code may be compiled with Borland C++
  16.   in large mode.
  17.  
  18.   Some code concepts and names are based on code that is copyright by the
  19.   Regents of the University of California or code published in UNIX Network
  20.   Programming by W. Richard Stevens or code in WATTCP or other public sources.
  21.   The rest is based on my knowledge of Windows programming and my 
  22.   interpretation of RFC 969 and the Windows Sockets API version 1.1.
  23.  
  24.   This code implements both a blocking and a non-blocking (async) ping.
  25.  
  26.   You can specify a hostname (or ip address) on the command line.  In that
  27.   case an Async Ping is performed.
  28.  
  29.   Known problems:
  30.  
  31.   1) Most Windows Sockets DLL's do not support the use of RAW_SOCKETS
  32.      so this application will not work with many implementations.  The
  33.      only one that I am aware of is Trumpet Windows Sockets DLL Alpha 15.
  34.  
  35.   2) "Network subsystem failure" probably means that the ARP request for
  36.      a local host or default gateway failed.
  37.  
  38.